GtkWindow: Enlarge the type hint private field
authorJonas Ådahl <jadahl@gmail.com>
Tue, 13 Oct 2015 12:53:39 +0000 (20:53 +0800)
committerJonas Ådahl <jadahl@gmail.com>
Wed, 14 Oct 2015 02:32:31 +0000 (10:32 +0800)
commit364732f2e6439d3f2e8c02092d30b7aeac0e5bb8
treeed835e64b5530ae4cb843e4bb66fd2a2dbf64897
parentd4699cf51d77d1748b7a0f0fe93956d01359ba99
GtkWindow: Enlarge the type hint private field

Make it what it is - the enum - so that that it is sure that the hint
will fit in the field. Without this, any hint that doesn't fit in 3
bits will be truncated to the 3 least significant bits, causing
unexpected behaviour.

https://bugzilla.gnome.org/show_bug.cgi?id=756496
gtk/gtkwindow.c